ComponentOne ASP.NET MVC Controls
PreserveOutlineState Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : PreserveOutlineState Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.PreserveOutlineState. Sets a value that determines whether the grid should preserve the expanded/collapsed state of nodes when the data is refreshed.
Syntax
'Declaration
 
Public Overridable Function PreserveOutlineState( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder PreserveOutlineState( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members